+Thu Jan 31 14:50:16 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkrc.default gtk/Makefile.am: Install a Default
+ RC file that sets the tooltips color to yellow. (#58542)
+
+ * gtk/gtksettings.c (gtk_settings_class_init): make
+ the default theme "Default", not NULL.
+
Thu Jan 31 11:33:52 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkproperty-x11.c (insert_atom_pair): Fix
+Thu Jan 31 14:50:16 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkrc.default gtk/Makefile.am: Install a Default
+ RC file that sets the tooltips color to yellow. (#58542)
+
+ * gtk/gtksettings.c (gtk_settings_class_init): make
+ the default theme "Default", not NULL.
+
Thu Jan 31 11:33:52 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkproperty-x11.c (insert_atom_pair): Fix
+Thu Jan 31 14:50:16 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkrc.default gtk/Makefile.am: Install a Default
+ RC file that sets the tooltips color to yellow. (#58542)
+
+ * gtk/gtksettings.c (gtk_settings_class_init): make
+ the default theme "Default", not NULL.
+
Thu Jan 31 11:33:52 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkproperty-x11.c (insert_atom_pair): Fix
+Thu Jan 31 14:50:16 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkrc.default gtk/Makefile.am: Install a Default
+ RC file that sets the tooltips color to yellow. (#58542)
+
+ * gtk/gtksettings.c (gtk_settings_class_init): make
+ the default theme "Default", not NULL.
+
Thu Jan 31 11:33:52 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkproperty-x11.c (insert_atom_pair): Fix
+Thu Jan 31 14:50:16 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkrc.default gtk/Makefile.am: Install a Default
+ RC file that sets the tooltips color to yellow. (#58542)
+
+ * gtk/gtksettings.c (gtk_settings_class_init): make
+ the default theme "Default", not NULL.
+
Thu Jan 31 11:33:52 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkproperty-x11.c (insert_atom_pair): Fix
+Thu Jan 31 14:50:16 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkrc.default gtk/Makefile.am: Install a Default
+ RC file that sets the tooltips color to yellow. (#58542)
+
+ * gtk/gtksettings.c (gtk_settings_class_init): make
+ the default theme "Default", not NULL.
+
Thu Jan 31 11:33:52 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkproperty-x11.c (insert_atom_pair): Fix
+Thu Jan 31 14:50:16 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkrc.default gtk/Makefile.am: Install a Default
+ RC file that sets the tooltips color to yellow. (#58542)
+
+ * gtk/gtksettings.c (gtk_settings_class_init): make
+ the default theme "Default", not NULL.
+
Thu Jan 31 11:33:52 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkproperty-x11.c (insert_atom_pair): Fix
endif
EXTRA_LTLIBRARIES = libgtk-x11-1.3.la libgtk-linux-fb-1.3.la libgtk-win32-1.3.la
-
-# We create a dummy theme for the default GTK+ theme
+# Install a RC file for the default GTK+ theme
install-data-local: install-ms-lib install-libtool-import-lib
$(mkinstalldirs) $(DESTDIR)$(datadir)/themes/Default/gtk-2.0
- echo "# Empty gtkrc for default theme" > $(DESTDIR)$(datadir)/themes/Default/gtk-2.0/gtkrc
- rm -f $(DESTDIR)$(datadir)/themes/Default/gtk-2.0/gtkrc
+ $(INSTALL) gtkrc.default $(DESTDIR)$(datadir)/themes/Default/gtk-2.0/gtkrc
uninstall-local: uninstall-ms-lib uninstall-libtool-import-lib
+ rm -f $(DESTDIR)$(datadir)/themes/Default/gtk-2.0/gtkrc
DEPS = $(gtktargetlib) $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-1.3.la $(top_builddir)/gdk/$(gdktargetlib)
gtk.def \
gtk-win32.rc \
gtk-win32.rc.in \
+ gtkrc.default \
makefile.mingw \
makefile.mingw.in \
makefile.msc \
g_param_spec_string ("gtk-theme-name",
_("Theme Name"),
_("Name of theme RC file to load"),
- NULL,
+ "Default",
G_PARAM_READWRITE),
NULL);
g_assert (result == PROP_THEME_NAME);